UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The operating system must employ automated mechanisms to prevent program execution in accordance with the organization-defined specifications.


Overview

Finding ID Version Rule ID IA Controls Severity
V-219971 SOL-11.1-020230 SV-219971r958804_rule Medium
Description
Operating systems are capable of providing a wide variety of functions and services. Execution must be disabled based on organization-defined specifications.
STIG Date
Solaris 11 SPARC Security Technical Implementation Guide 2024-05-30

Details

Check Text ( C-21681r370982_chk )
Identify the packages installed on the system.

# pkg list

Any unauthorized software packages listed in the output are a finding.
Fix Text (F-21680r370983_fix)
The Software Installation profile is required.

Identify packages installed on the system:

# pkg list

uninstall unauthorized packages:

# pfexec pkg uninstall [ package name]